home *** CD-ROM | disk | FTP | other *** search
- global Cpu, Ram, system, x1, y1, x2, y2, desk
-
- on checkSystem
- system = 0
- new(xtra("budapi"))
- Ram = baMemoryInfo("ram")
- if Ram > 115770176 then
- system = 1
- end if
- desk = (the desktopRectList)[1]
- put desk.right
- if desk.right < 800 then
- go(5)
- else
- go(1, "Intro")
- end if
- put system
- put Ram
- end
-